@import url("https://cdn.web-fonts.ge/fonts/bpg-arial/css/bpg-arial.min.css");
@import url("https://cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("./stylesheet.css");
/* @import url("//cdn.web-fonts.ge/fonts/bpg-glaho-web/css/bpg-glaho-web.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-glaho-web-caps/css/bpg-glaho-web-caps.min.css"); */
/* @import url("//cdn.web-fonts.ge/fonts/bpg-mrgvlovani/css/bpg-mrgvlovani.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-mrgvlovani-caps/css/bpg-mrgvlovani-caps.min.css"); */
html {
  font-family: "Myriad GEO", arial, sans-serif !important;
}

.red-bg {
  background-color: #db162f;
}
.beige-bg {
  background-color: #fffaf5;
}

.green-bg {
  background-color: #009a78;
}

.order-button {
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}
.order-button:hover {
  background-color: #019a78;
  color: white;
}
.promocode-link {
  text-decoration: underline !important;
  color: #3167eb;
  cursor: pointer;
}

.price-container {
  /* background-image: url(../images/santa/price_bg_2.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  min-width: 400px;
  /* min-height: 200px; */
  /* padding: 30px; */
  padding-top: 30px;
  padding-bottom: 10px;
}
.step-container {
  max-width: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: white;
  z-index: 999;
}
.step-text {
  font-size: 60px;
  display: inline-block;
  line-height: 60px;
  font-weight: bold;
}

.spinner {
  z-index: 1000;
  /* position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%; */
}
.spinner-container-local {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  /* top: 0px;
  left: 0px;
    position: fixed;
  opacity: 0.8;
  background-color: white;
  z-index: 999; */
}
.spinner-local {
  z-index: 1000;
  /* position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%; */
}

.navbar-main .nav-link.active {
  color: #3167eb;
}
.profile-wrapper {
  flex-wrap: wrap !important;
  overflow: scroll;
}
.featured-profile-wrapper {
  flex-wrap: wrap !important;
  overflow: scroll;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.image-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  opacity: 0;
  width: 80px;
  cursor: pointer;
}

.card-product-grid .bottombar {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  text-align: initial;
  padding: 10px 15px;
}
.card-product-grid .topbar a {
  color: #ccc;
}
.card-product-grid .topbar a:hover {
  color: #3167eb;
}

.price {
  color: white;
}
.flash {
  color: orange;
}
.form-control::-webkit-input-placeholder {
  color: #969696;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #969696;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #969696;
  opacity: 1;
}
.form-control::placeholder {
  color: #969696;
  opacity: 1;
}

.dlist-align dt {
  width: auto;
}
[hidden] {
  display: none !important;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.video-wrap {
  border-radius: 5px;
}
.video-title {
  position: absolute;
  align-self: center;
  text-align: center;
}

.vid-container {
  position: relative;
}
.vid-container video {
  position: relative;
  z-index: 0;
}
.vid-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-player {
  border-radius: 5px;
}
.img-banner {
  max-width: 40%;
}
@media (max-width: 768px) {
  .img-banner {
    max-width: 75%;
  }
  .section-header .logo {
    max-height: 25px;
  }
  ul.navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
  }

  ul.navbar-nav li {
    display: inline-block;
    float: none;
  }
}
.word-wrap {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-banner {
  min-height: 340px;
  background-image: url("https://api.celeb.ge/v1/file/www/hero_banner2.png?bqoptimize=1;quality=70;auto=webp");
}
.hero-banner-small {
  min-height: 340px;
  background-image: url("images/santa_4.webp");
}
.hero-banner-overlay {
  position: absolute;
  background-color: rgba(49, 103, 235, 0.8);
}
.hero-banner-small-overlay {
  position: absolute;
  background-color: rgba(230, 29, 43, 0.2);
}
.hero-banner-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4.25rem;
  /* text-align: center; */
}

.full-image {
  background-size: cover;
  background-position: center;
  /* background-image: url(https://images.unsplash.com/photo-1543598098-622a5e218f43?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80);
  background-image: url(../images/santa/santa.png); */

  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-banner-santa-overlay {
  /* position: absolute; */
  background-color: rgb(0 0 0 / 34%);
}

.hero-banner-subtext {
  font-size: 1.2rem;
  text-align: center;
}
.border-no {
  border: none;
}
.clean-bg {
  background-color: transparent;
}
.btn-red {
  background-color: #e61d2b !important;
  border-color: #e61d2b !important;
}
.pattern {
  background-image: url(https://cdn3.vectorstock.com/i/1000x1000/88/52/christmas-pattern-vector-948852.jpg);
}

.description-cnt {
  justify-content: flex-start;
  flex-direction: column;
  /* height: 100vh; */
  display: flex;
}
.button-cnt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.profile-img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  object-position: top;
}
.santa-iphone {
  max-height: 230px;
}
.original-price {
  text-decoration: line-through;
  /* font-weight: normal; */

  color: #e61d2b;
}
.sale-price {
  /* color: white; */
  color: #009a78;
}
.full-image-bg {
  background-image: url(/images/santa_4-min.jpeg);
  background-position: top;
  /* min-height: 530px; */
  background-size: contain;
  background-repeat: no-repeat;
}
.section-santa-faq {
  background-color: #e61d2b;
  /* background-image: url(../images/santa/christhmas_bg.png); */
}

.section-santa-faq .list-group-item {
  background-color: white;
}

.section-santa-faq .filter-content {
  color: #333;
  padding: 10px 0;
}

.hero-section {
  /* Replace URL with your chosen image */
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("/images/christmas-bokeh.jpg");
  background-size: cover;
  background-position: center;
}

.text-stroke {
background-color: white;
  color: black;
  padding: 0 5px; /* Adds breathing room around the text */
  
  /* Optional: Keeps the padding on both sides if text breaks to a new line */
  box-decoration-break: clone; 
  -webkit-box-decoration-break: clone;
}
.hero-festive {
  /* top: 0;
  left: 0;
  right: 0; */
  width: 100%;
  
  background-image: url("/images/pine-border-new.png");
  background-size: cover; /* Stretch to cover full width */
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.section-santa-hero {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  padding-top: 20vh;
}
.hero-banner-santa {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* padding: 1.25rem; */
  /* text-align: center; */
  /* padding-left: 1.25rem; */
}
.hero-banner-santa-maintext {
  text-align: center;
  font-size: 2.5rem;
}
.hero-banner-santa-subtext {
  font-size: 20px;
  /* text-align: center; */
}
.santa-link {
  color: #343a40;
  cursor: pointer;
}

[class*="card-product"] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
.block {
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
[class*="cl-"] {
  width: 100%;
}

.video-container {
  padding-right: 40px;
}
.padding:nth-child(odd) {
  padding-right: 1rem !important;
}
.padding:nth-child(even) {
  padding-right: 1rem !important;
}
.padding:nth-child(4n) {
  padding: 0 !important;
}

.js-check.active {
  border-color: #e61d2b;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  background-color: #e61d2b !important;
}
.red-text {
  /* color: #e61d2b !important; */
  color: #db162f !important;
}
.green-text {
  /* color: #e61d2b !important; */
  color: #009a78 !important;
}
.icon-xs {
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  font-size: 20px;
}
.profile-pic-cnt {
  justify-content: flex-end !important;
}
.profile-text-cnt {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.profile-text {
  text-align: center;
}

.progress-bar {
  z-index: 10000;
}
.vjs-poster {
  background-size: cover !important;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .cl-1 {
    width: 8.33%;
  }
  .cl-2 {
    width: 16.66%;
  }
  .cl-3 {
    width: 25%;
  }
  .cl-4 {
    width: 33.33%;
  }
  .cl-5 {
    width: 41.66%;
  }
  .cl-6 {
    width: 50%;
  }
  .cl-7 {
    width: 58.33%;
  }
  .cl-8 {
    width: 66.66%;
  }
  .cl-9 {
    width: 75%;
  }
  .cl-10 {
    width: 83.33%;
  }
  .cl-11 {
    width: 91.66%;
  }
  .cl-12 {
    width: 100%;
  }
}

.display-5 {
  font-size: 2.5em;
}

/* .messenger {
  padding: none;
  margin: none;
  position: sticky;
  bottom: 2rem;
  right: 3rem;
  cursor: pointer;
  background-color: white;
  border-radius: 25%;
  box-shadow: 0px 1rem 1rem rgba(79, 78, 78, 0.5);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: slideInFromBottom 1s ease-out forwards;
  animation-delay: 2s;
} */

.messenger {
  position: fixed; /* Changed from sticky */
  bottom: 20px; /* Adjust distance from bottom */
  right: 20px; /* Adjust distance from right */
  z-index: 1000; /* Ensures it sits on top of other content */

  /* Keep your existing flex styles for the icon centering */
  display: flex;
  justify-content: center;
  align-items: center;

  /* Visuals */
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1rem 1rem rgba(79, 78, 78, 0.5);
  cursor: pointer;
}

#messenger {
  width: 3rem;
  height: 3rem;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  /* Mobile */
  html,
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 1.602em;
  }
  h2 {
    font-size: 1.424em;
  }
  h3 {
    font-size: 1.266em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 0.889em;
  }
  /* h6 {
    font-size: 0.79em;
  } */
  .display-1 {
    font-size: 3.906em;
  }
  .display-2 {
    font-size: 3.125em;
  }
  .display-3 {
    font-size: 2.5em;
  }
  .display-4 {
    font-size: 2em;
  }
  .display-5 {
    font-size: 1.5em;
  }
  .cl-3 {
    width: 50%;
  }
  .featured-profile-wrapper {
    flex-wrap: nowrap !important;
  }
  .full-image-bg {
    background-image: url(/images/santa_small-min.jpeg);
  }
  .section-santa-hero {
    height: 45vh;
    /* justify-content: flex-end; */
    align-items: flex-start;
    align-content: center;
    padding-top: 20vh;
  }
  .hero-banner-santa {
    justify-content: center;
    align-items: center;
  }
  .hero-banner-santa-subtext {
    text-align: center;
    font-size: 14px;
  }
  .play-video {
    /* display: none; */
  }
  .round-button {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  .video-container {
    padding-bottom: 40px;
    padding-right: 10px;
  }
  .card .img-wrap {
    /* width: 70vw; */
  }
  .hero-banner-text-wrapper {
    padding: 1.25rem;
    text-align: center;
  }
  .padding:nth-child(odd) {
    padding-right: 0.5rem !important;
  }
  .padding:nth-child(even) {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
  .profile-pic-cnt {
    justify-content: center !important;
    margin-bottom: 1rem !important;
  }
  .profile-text-cnt {
    justify-content: center !important;
    align-items: center !important;
  }
  .profile-text {
    text-align: center;
  }
  .step-container {
    margin-bottom: 20px;
  }
  .price-container {
    padding-top: 15px;
  }
}

/* .checkbox-btn input:checked ~ .btn {
  border-color: #e61d2b;
  background-color: #e61d2b;
  color: #fff;
} */

/* .modal {
  display: block;
} */

/* .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
} */

/* 
// Medium devices (tablets, 48em and up)
// 
// At this point you have overridden Bootstraps rem's and are
// into module based font sizes should you require it. 
//
// I took a while over this change because I felt that there
// is no reason why I cant use a modified scale on another 
// device size. So I did, the headings have now taken on
// "Perfect Fourth" and the dislpay-* has been put to the
// Bootstrap defaults.
//
//------------------------------------------------------------// */
/* @media (min-width: 48em) {
	h1 {
	  font-size: 2.441em;
	}
	h2 {
		font-size: 1.953em;
	}
	h3 {
		font-size: 1.563em;
	}
	h4 {
		font-size: 1.25em;
	}
	.display-1 {
		font-size: 6em;
	}
	.display-2 {
		font-size: 5.5em;
	}
	.display-3 {
		font-size: 4.5em;
	}
	.display-4 {
		font-size: 3.5em;
	}
} */

/* // Large devices (desktops, 62em and up)
@media (min-width: 62em) {
	html,
	body {
		font-size: 16px !important;
	}
} */

/* // Extra large devices (large desktops, 75em and up)
@media (min-width: 75em) {
	html,
	body {
		font-size: 18px !important;
	}
} */
